context.valueCtx.Done (method, view implemented interface methods)
37 uses
context (current package)
context.go#L105: Done() <-chan struct{}
context.go#L373: done := parent.Done()
context.go#L465: done := parent.Done()
context.go#L511: case <-parent.Done():
crypto/tls
conn.go#L1526: c.quic.cancelc = handshakeCtx.Done()
conn.go#L1528: } else if ctx.Done() != nil {
conn.go#L1545: case <-handshakeCtx.Done():
net
cgo_unix.go#L56: if ctx.Done() == nil {
cgo_unix.go#L77: case <-ctx.Done():
dial.go#L494: case <-subCtx.Done():
dial.go#L613: case <-ctx.Done():
fd_unix.go#L63: case <-ctx.Done():
fd_unix.go#L98: ctxDone := ctx.Done()
lookup.go#L287: case <-ovc.lookupValues.Done():
lookup.go#L343: case <-ctx.Done():
net.go#L806: case <-ctx.Done():
net/http
h2_bundle.go#L7756: case <-req.Context().Done():
h2_bundle.go#L8278: case <-ctx.Done():
h2_bundle.go#L8462: case <-ctx.Done():
h2_bundle.go#L8535: case <-ctx.Done():
h2_bundle.go#L8580: case <-ctx.Done():
h2_bundle.go#L8637: case <-ctx.Done():
h2_bundle.go#L8683: case <-ctx.Done():
h2_bundle.go#L8702: case <-ctx.Done():
h2_bundle.go#L9066: case <-ctx.Done():
h2_bundle.go#L9853: case <-cs.ctx.Done():
h2_bundle.go#L10208: case <-ctx.Done():
server.go#L3079: case <-ctx.Done():
server.go#L3688: case <-ctx.Done():
socks_bundle.go#L47: case <-ctx.Done():
transport.go#L615: case <-ctx.Done():
transport.go#L695: case <-ctx.Done():
transport.go#L1488: case <-treq.ctx.Done():
transport.go#L1499: case <-treq.ctx.Done():
transport.go#L1824: case <-connectCtx.Done():
transport.go#L2335: case <-rc.treq.ctx.Done():
transport.go#L2751: ctxDoneChan := req.ctx.Done()
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |